home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Source Code / Add-Ons / MPW / MPW noweb 2.7 / examples / test.nw < prev    next >
Encoding:
Text File  |  1995-05-30  |  317 b   |  18 lines  |  [TEXT/MPS ]

  1. % Copyright 1991 by Norman Ramsey.  All rights reserved.
  2. % See file COPYRIGHT for more information.
  3. <<*>>=
  4. one <<two>> <<three>>    # uses two and three
  5. @ %def one
  6. <<two>>=
  7. first of two
  8. second of two
  9. third of two
  10. @ %def fish fowl duck
  11. @ %def two
  12. <<three>>=
  13. first of three
  14.  second of three
  15.   third of three
  16. @ %def three
  17.  
  18.